home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Final Phase / Form.css < prev    next >
Cascading Style Sheet File  |  2011-03-03  |  1KB  |  43 lines

  1. /*
  2.    Uefemia Restrepo Style Sheet
  3.    Author: Jose Puentes
  4.    Date:   Feb. 21, 2011
  5.  
  6.    Filename:         form.css
  7.    Supporting Files: none
  8.  
  9. */
  10.    body    {color: white; background-color: purple; font-family: monotype corsiva, Helvetica, san-serif;
  11.         margin-left: 4em; padding-right: 1em; margin-right: 4em; padding-left: 1em; 
  12.         border-left: 0.9em solid yellow; border-right: 0.9em solid yellow;font-size: 1.2em}
  13.  
  14.    h1       {color: yellow; font-size: 3em}
  15.    h2       {color: yellow; font-size: 1.5em; letter-spacing: 0,4em}
  16.    h3       {color: white; font-size: 1.2em; letter-spacing: 0em}
  17.  
  18.    address {text-align: center; color: white; font:normal small-caps 0.8em san-serif;
  19.         padding-top: 1em}
  20.  
  21.    a       {Color: yellow}
  22.  
  23.    #right_col         {width: 200px; position: absolute; top: 55px; left: 770px}
  24.  
  25.    #links a:link      {text-decoration: none}
  26.    #links a:visited   {text-decoration: none}
  27.    #links a:hover     {color: black; text-decoration: underline}
  28.    #links a:active    {text-decoration: none}
  29.  
  30.    #promoimage  {float: right; margin: 0em 1em 0em 0em}
  31.  
  32.  
  33.    #samples         {position: absolute}
  34.    #samples_container  {position: relative; left: 0px; top: 0px; height: 580px}
  35.    #sample1        {position: absolute; left: 0px; top: 0px}
  36.    #sample2         {position: absolute; left: 340px; top: 90px}
  37.    #sample3        {position: absolute; left: 680px; top: 180px}
  38.  
  39.  
  40.    
  41.  
  42.  
  43.